|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--jade.content.KeyValuePair
| Constructor Summary | |
KeyValuePair()
Constructor |
|
| Method Summary | |
java.lang.String |
getKey()
Gets the key. |
java.lang.String |
getValue()
Gets the value. |
void |
setKey(java.lang.String key)
Sets the key. |
void |
setValue(java.lang.String value)
Sets the value. |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public KeyValuePair()
| Method Detail |
public void setKey(java.lang.String key)
key - the keypublic java.lang.String getKey()
public void setValue(java.lang.String value)
value - the value.public java.lang.String getValue()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||